home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / UTILITIES / NSPARK-1-7 / nspark-1.7.5 / crc.h < prev    next >
C/C++ Source or Header  |  1993-08-20  |  306b  |  20 lines

  1. /*
  2.  * Cyclic Redundancy Checking function prototypes
  3.  *
  4.  * $Header: crc.h 1.1 92/09/29 $
  5.  * $Log:    crc.h,v $
  6.  * Revision 1.1  92/09/29  18:02:32  duplain
  7.  * Initial revision
  8.  * 
  9.  */
  10.  
  11. #ifndef __CRC_H
  12. #define __CRC_H
  13.  
  14. #include "cproto.h"
  15.  
  16. extern Word crc;
  17. void calccrc P__((Byte byte));
  18.  
  19. #endif /* __CRC_H */
  20.